﻿2026-07-09T06:45:37.9466435Z Current runner version: '2.335.1'
2026-07-09T06:45:37.9471153Z Runner name: 'hfenduleam'
2026-07-09T06:45:37.9471652Z Runner group name: 'Default'
2026-07-09T06:45:37.9472157Z Machine name: 'HFENDULEAM'
2026-07-09T06:45:37.9474095Z ##[group]GITHUB_TOKEN Permissions
2026-07-09T06:45:37.9475394Z Contents: read
2026-07-09T06:45:37.9475757Z Metadata: read
2026-07-09T06:45:37.9476091Z Packages: read
2026-07-09T06:45:37.9476435Z ##[endgroup]
2026-07-09T06:45:37.9477634Z Secret source: Actions
2026-07-09T06:45:37.9478063Z Prepare workflow directory
2026-07-09T06:45:37.9736967Z Prepare all required actions
2026-07-09T06:45:37.9761614Z Getting action download info
2026-07-09T06:45:38.2947008Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-09T06:45:38.8426600Z Complete job name: n1-gate (self-hosted, Windows, hfenduleam)
2026-07-09T06:45:38.9128717Z ##[group]Run Get-Process spt,notify-shell -ErrorAction SilentlyContinue |
2026-07-09T06:45:38.9129691Z [36;1mGet-Process spt,notify-shell -ErrorAction SilentlyContinue |[0m
2026-07-09T06:45:38.9130543Z [36;1m  Where-Object { $_.Path -like "$env:GITHUB_WORKSPACE\*" } |[0m
2026-07-09T06:45:38.9131196Z [36;1m  Stop-Process -Force -ErrorAction SilentlyContinue[0m
2026-07-09T06:45:38.9131866Z [36;1mexit 0[0m
2026-07-09T06:45:38.9193125Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-09T06:45:38.9193742Z ##[endgroup]
2026-07-09T06:45:39.5094559Z ##[group]Run actions/checkout@v5
2026-07-09T06:45:39.5095003Z with:
2026-07-09T06:45:39.5095296Z   fetch-depth: 0
2026-07-09T06:45:39.5095618Z   repository: SaberMage/spt-core
2026-07-09T06:45:39.5098238Z   token: ***
2026-07-09T06:45:39.5098532Z   ssh-strict: true
2026-07-09T06:45:39.5098824Z   ssh-user: git
2026-07-09T06:45:39.5099110Z   persist-credentials: true
2026-07-09T06:45:39.5099444Z   clean: true
2026-07-09T06:45:39.5099745Z   sparse-checkout-cone-mode: true
2026-07-09T06:45:39.5100080Z   fetch-tags: false
2026-07-09T06:45:39.5100395Z   show-progress: true
2026-07-09T06:45:39.5100687Z   lfs: false
2026-07-09T06:45:39.5100965Z   submodules: false
2026-07-09T06:45:39.5101259Z   set-safe-directory: true
2026-07-09T06:45:39.5101562Z ##[endgroup]
2026-07-09T06:45:39.6942250Z Syncing repository: SaberMage/spt-core
2026-07-09T06:45:39.6943652Z ##[group]Getting Git version info
2026-07-09T06:45:39.6944347Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-09T06:45:39.7295381Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-09T06:45:39.9020989Z git version 2.43.0.windows.1
2026-07-09T06:45:39.9048071Z ##[endgroup]
2026-07-09T06:45:39.9056612Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\ade304ac-f54d-4a58-9f69-694c448350c7\.gitconfig'
2026-07-09T06:45:39.9071048Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ade304ac-f54d-4a58-9f69-694c448350c7' before making global git config changes
2026-07-09T06:45:39.9071985Z Adding repository directory to the temporary git global config as a safe directory
2026-07-09T06:45:39.9076138Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-09T06:45:39.9356365Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-09T06:45:40.1039072Z https://github.com/SaberMage/spt-core
2026-07-09T06:45:40.1068618Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-09T06:45:40.1073422Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-09T06:45:40.2727289Z HEAD
2026-07-09T06:45:40.6021591Z ##[endgroup]
2026-07-09T06:45:40.6024889Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-09T06:45:41.2020872Z ##[group]Cleaning the repository
2026-07-09T06:45:41.2021298Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-09T06:45:43.4388524Z Removing target/
2026-07-09T06:45:43.4423428Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-09T06:45:43.5550532Z HEAD is now at 4367270 Merge b4862f3fd47942d857a29e81e23bc3195d3f4f27 into 55556482ebca6a2d3c6c453edcbc9b261eb27c15
2026-07-09T06:45:43.5578323Z ##[endgroup]
2026-07-09T06:45:43.5582027Z ##[group]Disabling automatic garbage collection
2026-07-09T06:45:43.5586890Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-09T06:45:43.5868777Z ##[endgroup]
2026-07-09T06:45:43.5869454Z ##[group]Setting up auth
2026-07-09T06:45:43.5874446Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-09T06:45:43.6134634Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-09T06:45:44.8504663Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-09T06:45:45.0301430Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-09T06:45:46.5221356Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-09T06:45:46.6916986Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-09T06:45:48.5786039Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-09T06:45:48.7600112Z ##[endgroup]
2026-07-09T06:45:48.7600496Z ##[group]Fetching the repository
2026-07-09T06:45:48.7607993Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +e47e271e0a1d7897745851ec9ae34fc9ce7abe3e:refs/remotes/pull/65/merge
2026-07-09T06:45:49.7117021Z From https://github.com/SaberMage/spt-core
2026-07-09T06:45:49.7117792Z    4f17dad..dc4abc6  spec/brain-handoff-pilot                 -> origin/spec/brain-handoff-pilot
2026-07-09T06:45:49.7118623Z  + 1c3af75...e47e271 e47e271e0a1d7897745851ec9ae34fc9ce7abe3e -> pull/65/merge  (forced update)
2026-07-09T06:45:49.7264086Z ##[endgroup]
2026-07-09T06:45:49.7264625Z ##[group]Determining the checkout info
2026-07-09T06:45:49.7265081Z ##[endgroup]
2026-07-09T06:45:49.7269663Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-09T06:45:49.9061622Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-09T06:45:49.9323214Z ##[group]Checking out the ref
2026-07-09T06:45:49.9328616Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/65/merge
2026-07-09T06:45:50.0726724Z Previous HEAD position was 4367270 Merge b4862f3fd47942d857a29e81e23bc3195d3f4f27 into 55556482ebca6a2d3c6c453edcbc9b261eb27c15
2026-07-09T06:45:50.0727571Z HEAD is now at e47e271 Merge dc4abc6f7990280765c33f6f9b10b39587dd252f into e4767134bca2eea66b28eb67f4be1f3a67db1429
2026-07-09T06:45:50.0753100Z ##[endgroup]
2026-07-09T06:45:50.2107980Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-09T06:45:50.2353695Z e47e271e0a1d7897745851ec9ae34fc9ce7abe3e
2026-07-09T06:45:50.2628795Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-09T06:45:50.2629160Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-09T06:45:50.2629422Z [36;1m$PIN = "0c95435"[0m
2026-07-09T06:45:50.2629664Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-09T06:45:50.2629924Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-09T06:45:50.2630298Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-09T06:45:50.2631194Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-09T06:45:50.2631523Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-09T06:45:50.2631818Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-09T06:45:50.2632074Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-09T06:45:50.2632367Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-09T06:45:50.2632694Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-09T06:45:50.2632919Z [36;1m}[0m
2026-07-09T06:45:50.2633086Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-09T06:45:50.2633344Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-09T06:45:50.2691991Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-09T06:45:50.2692305Z ##[endgroup]
2026-07-09T06:45:51.2034455Z    Compiling proc-macro2 v1.0.106
2026-07-09T06:45:51.2034812Z    Compiling unicode-ident v1.0.24
2026-07-09T06:45:51.2035146Z    Compiling quote v1.0.45
2026-07-09T06:45:51.2035370Z    Compiling cfg-if v1.0.4
2026-07-09T06:45:51.2035560Z    Compiling serde_core v1.0.228
2026-07-09T06:45:51.2035796Z    Compiling serde v1.0.228
2026-07-09T06:45:51.2036017Z    Compiling windows-link v0.2.1
2026-07-09T06:45:51.2036317Z    Compiling getrandom v0.3.4
2026-07-09T06:45:51.2036727Z    Compiling typenum v1.20.1
2026-07-09T06:45:51.2037012Z    Compiling portable-atomic v1.13.1
2026-07-09T06:45:51.2037475Z    Compiling pin-project-lite v0.2.17
2026-07-09T06:45:51.2037854Z    Compiling version_check v0.9.5
2026-07-09T06:45:51.2038313Z    Compiling memchr v2.8.1
2026-07-09T06:45:51.2038715Z    Compiling shlex v2.0.1
2026-07-09T06:45:51.2039341Z    Compiling find-msvc-tools v0.1.9
2026-07-09T06:45:51.2039735Z    Compiling critical-section v1.2.0
2026-07-09T06:45:51.2883185Z    Compiling windows-sys v0.61.2
2026-07-09T06:45:51.3053890Z    Compiling subtle v2.6.1
2026-07-09T06:45:51.5283711Z    Compiling equivalent v1.0.2
2026-07-09T06:45:51.6734835Z    Compiling futures-core v0.3.32
2026-07-09T06:45:51.6737314Z    Compiling smallvec v1.15.1
2026-07-09T06:45:51.8652903Z    Compiling generic-array v0.14.7
2026-07-09T06:45:51.9340211Z    Compiling itoa v1.0.18
2026-07-09T06:45:52.0965887Z    Compiling bytes v1.11.1
2026-07-09T06:45:52.1679260Z    Compiling semver v1.0.28
2026-07-09T06:45:52.2094183Z    Compiling stable_deref_trait v1.2.1
2026-07-09T06:45:52.3164588Z    Compiling log v0.4.32
2026-07-09T06:45:52.4317159Z    Compiling futures-io v0.3.32
2026-07-09T06:45:52.5097730Z    Compiling slab v0.4.12
2026-07-09T06:45:52.8970059Z    Compiling rand_core v0.10.1
2026-07-09T06:45:53.4323741Z    Compiling futures-sink v0.3.32
2026-07-09T06:45:53.6386053Z    Compiling hashbrown v0.17.1
2026-07-09T06:45:54.2178070Z    Compiling rustversion v1.0.22
2026-07-09T06:45:54.3042086Z    Compiling futures-task v0.3.32
2026-07-09T06:45:54.3137407Z    Compiling futures-channel v0.3.32
2026-07-09T06:45:54.3743709Z    Compiling jobserver v0.1.34
2026-07-09T06:45:54.4153028Z    Compiling rustc_version v0.4.1
2026-07-09T06:45:54.4209615Z    Compiling getrandom v0.2.17
2026-07-09T06:45:54.4243346Z    Compiling cpufeatures v0.2.17
2026-07-09T06:45:54.4255026Z    Compiling getrandom v0.4.2
2026-07-09T06:45:54.4332614Z    Compiling fnv v1.0.7
2026-07-09T06:45:54.5114890Z    Compiling libc v0.2.186
2026-07-09T06:45:54.6265319Z    Compiling cc v1.2.63
2026-07-09T06:45:54.6449640Z    Compiling cfg_aliases v0.2.1
2026-07-09T06:45:54.6612596Z    Compiling strsim v0.11.1
2026-07-09T06:45:54.6955207Z    Compiling writeable v0.6.3
2026-07-09T06:45:54.7123050Z    Compiling litemap v0.8.2
2026-07-09T06:45:54.8766680Z    Compiling autocfg v1.5.1
2026-07-09T06:45:54.9032463Z    Compiling fs_extra v1.3.0
2026-07-09T06:45:54.9945656Z    Compiling syn v2.0.117
2026-07-09T06:45:55.0269035Z    Compiling indexmap v2.14.0
2026-07-09T06:45:55.0511892Z    Compiling dunce v1.0.5
2026-07-09T06:45:55.0787261Z    Compiling utf8_iter v1.0.4
2026-07-09T06:45:55.1074708Z    Compiling ident_case v1.0.1
2026-07-09T06:45:55.1724432Z    Compiling crypto-common v0.1.7
2026-07-09T06:45:55.2359935Z    Compiling icu_properties_data v2.2.0
2026-07-09T06:45:55.3650297Z    Compiling icu_normalizer_data v2.2.0
2026-07-09T06:45:55.3689578Z    Compiling percent-encoding v2.3.2
2026-07-09T06:45:55.3896145Z    Compiling http v1.4.1
2026-07-09T06:45:55.4249738Z    Compiling aws-lc-rs v1.17.0
2026-07-09T06:45:55.4323690Z    Compiling unicode-segmentation v1.13.3
2026-07-09T06:45:55.4577454Z    Compiling cpufeatures v0.3.0
2026-07-09T06:45:55.5037544Z    Compiling thiserror v2.0.18
2026-07-09T06:45:55.6472234Z    Compiling cmake v0.1.58
2026-07-09T06:45:55.6472889Z    Compiling scopeguard v1.2.0
2026-07-09T06:45:55.7637152Z    Compiling chacha20 v0.10.0
2026-07-09T06:45:55.7872556Z    Compiling lock_api v0.4.14
2026-07-09T06:45:55.8389039Z    Compiling form_urlencoded v1.2.2
2026-07-09T06:45:55.9121027Z    Compiling block-buffer v0.10.4
2026-07-09T06:45:56.0095745Z    Compiling bitflags v2.12.1
2026-07-09T06:45:56.0486109Z    Compiling winapi v0.3.9
2026-07-09T06:45:56.0552652Z    Compiling untrusted v0.9.0
2026-07-09T06:45:56.0571466Z    Compiling rand v0.10.1
2026-07-09T06:45:56.0866314Z    Compiling digest v0.10.7
2026-07-09T06:45:56.0871427Z    Compiling num-traits v0.2.19
2026-07-09T06:45:56.1044343Z    Compiling windows-strings v0.5.1
2026-07-09T06:45:56.1158001Z    Compiling windows-result v0.4.1
2026-07-09T06:45:56.1165442Z    Compiling heck v0.5.0
2026-07-09T06:45:56.1720098Z    Compiling rustls v0.23.40
2026-07-09T06:45:56.2371079Z    Compiling convert_case v0.10.0
2026-07-09T06:45:56.3501221Z    Compiling unicode-xid v0.2.6
2026-07-09T06:45:56.4349272Z    Compiling const-oid v0.10.2
2026-07-09T06:45:56.4674474Z    Compiling anyhow v1.0.102
2026-07-09T06:45:56.5016381Z    Compiling atomic-waker v1.1.2
2026-07-09T06:45:56.5919315Z    Compiling parking_lot_core v0.9.12
2026-07-09T06:45:56.6246801Z    Compiling zerocopy v0.8.50
2026-07-09T06:45:56.6821446Z    Compiling httparse v1.10.1
2026-07-09T06:45:56.7007852Z    Compiling aws-lc-sys v0.41.0
2026-07-09T06:45:56.7008290Z    Compiling ring v0.17.14
2026-07-09T06:45:56.7020901Z    Compiling http-body v1.0.1
2026-07-09T06:45:56.7462914Z    Compiling curve25519-dalek v4.1.3
2026-07-09T06:45:56.8495644Z    Compiling hybrid-array v0.4.12
2026-07-09T06:45:56.8800912Z    Compiling ahash v0.8.12
2026-07-09T06:45:56.8900799Z    Compiling fastrand v2.4.1
2026-07-09T06:45:57.0485413Z    Compiling either v1.16.0
2026-07-09T06:45:57.3309802Z    Compiling powerfmt v0.2.0
2026-07-09T06:45:57.4135784Z    Compiling base64ct v1.8.3
2026-07-09T06:45:57.5212542Z    Compiling deranged v0.5.8
2026-07-09T06:45:57.5214297Z    Compiling uuid v1.23.2
2026-07-09T06:45:57.5664571Z    Compiling rand_core v0.6.4
2026-07-09T06:45:57.7092433Z    Compiling pem-rfc7468 v1.0.0
2026-07-09T06:45:57.9554643Z    Compiling socket2 v0.6.4
2026-07-09T06:45:57.9758610Z    Compiling mio v1.2.1
2026-07-09T06:45:58.0803610Z    Compiling base64 v0.22.1
2026-07-09T06:45:58.2610367Z    Compiling num-conv v0.2.2
2026-07-09T06:45:58.4199909Z    Compiling synstructure v0.13.2
2026-07-09T06:45:58.4470574Z    Compiling darling_core v0.20.11
2026-07-09T06:45:58.6474129Z    Compiling zmij v1.0.21
2026-07-09T06:45:58.7315888Z    Compiling vcpkg v0.2.15
2026-07-09T06:45:58.8137546Z    Compiling pkg-config v0.3.33
2026-07-09T06:45:58.8327522Z    Compiling time-core v0.1.8
2026-07-09T06:45:58.8668511Z    Compiling tower-service v0.3.3
2026-07-09T06:45:58.8958379Z    Compiling data-encoding v2.11.0
2026-07-09T06:45:58.9796261Z    Compiling try-lock v0.2.5
2026-07-09T06:45:59.0343448Z    Compiling tinyvec_macros v0.1.1
2026-07-09T06:45:59.0775368Z    Compiling want v0.3.1
2026-07-09T06:45:59.0997864Z    Compiling tinyvec v1.11.0
2026-07-09T06:45:59.1149954Z    Compiling parking_lot v0.12.5
2026-07-09T06:45:59.2677622Z    Compiling crypto-common v0.2.2
2026-07-09T06:45:59.2678054Z    Compiling block-buffer v0.12.0
2026-07-09T06:45:59.3877511Z    Compiling sha2 v0.10.9
2026-07-09T06:45:59.4409147Z    Compiling vergen-lib v9.1.0
2026-07-09T06:45:59.4775854Z    Compiling inout v0.1.4
2026-07-09T06:45:59.5390477Z    Compiling n0-future v0.3.2
2026-07-09T06:45:59.5735346Z    Compiling spin v0.10.0
2026-07-09T06:45:59.6193553Z    Compiling crossbeam-utils v0.8.21
2026-07-09T06:45:59.7501568Z    Compiling parking v2.2.1
2026-07-09T06:45:59.7662508Z    Compiling signature v2.2.0
2026-07-09T06:45:59.7760193Z    Compiling diatomic-waker v0.2.3
2026-07-09T06:45:59.8235621Z    Compiling libsqlite3-sys v0.30.1
2026-07-09T06:45:59.8555481Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-09T06:45:59.8807520Z    Compiling winnow v1.0.3
2026-07-09T06:45:59.9088966Z    Compiling serde_json v1.0.150
2026-07-09T06:46:00.0848077Z    Compiling cordyceps v0.3.4
2026-07-09T06:46:00.1186534Z    Compiling httpdate v1.0.3
2026-07-09T06:46:00.1307081Z    Compiling digest v0.11.3
2026-07-09T06:46:00.2811467Z    Compiling futures-lite v2.6.1
2026-07-09T06:46:00.2899398Z    Compiling ed25519 v2.2.3
2026-07-09T06:46:00.3921110Z    Compiling futures-buffered v0.2.13
2026-07-09T06:46:00.4378323Z    Compiling cipher v0.4.4
2026-07-09T06:46:00.4485454Z    Compiling vergen v9.1.0
2026-07-09T06:46:00.4619619Z    Compiling vergen-lib v0.1.6
2026-07-09T06:46:00.4729423Z    Compiling universal-hash v0.5.1
2026-07-09T06:46:00.5467903Z    Compiling heapless v0.7.17
2026-07-09T06:46:00.8292669Z    Compiling serde_derive v1.0.228
2026-07-09T06:46:00.8327239Z    Compiling zeroize_derive v1.4.3
2026-07-09T06:46:00.8914490Z    Compiling zerofrom-derive v0.1.7
2026-07-09T06:46:00.9137117Z    Compiling tokio-macros v2.7.0
2026-07-09T06:46:00.9413600Z    Compiling yoke-derive v0.8.2
2026-07-09T06:46:00.9931846Z    Compiling futures-macro v0.3.32
2026-07-09T06:46:01.0032596Z    Compiling zerovec-derive v0.11.3
2026-07-09T06:46:01.0611716Z    Compiling displaydoc v0.2.6
2026-07-09T06:46:01.2089712Z    Compiling tracing-attributes v0.1.31
2026-07-09T06:46:01.2959636Z    Compiling thiserror-impl v2.0.18
2026-07-09T06:46:01.3392266Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-09T06:46:01.6335260Z    Compiling zeroize v1.8.2
2026-07-09T06:46:01.8458257Z    Compiling tokio v1.52.3
2026-07-09T06:46:01.8848083Z    Compiling darling_macro v0.20.11
2026-07-09T06:46:02.0112952Z    Compiling rustls-pki-types v1.14.1
2026-07-09T06:46:02.4117667Z    Compiling derive_more-impl v2.1.1
2026-07-09T06:46:02.4195369Z    Compiling spez v0.1.2
2026-07-09T06:46:02.4549116Z    Compiling windows-interface v0.59.3
2026-07-09T06:46:02.4697123Z    Compiling windows-implement v0.60.2
2026-07-09T06:46:02.4697734Z    Compiling futures-util v0.3.32
2026-07-09T06:46:02.5090607Z    Compiling n0-error-macros v0.1.3
2026-07-09T06:46:02.6480215Z    Compiling darling v0.20.11
2026-07-09T06:46:02.6579704Z    Compiling zerofrom v0.1.8
2026-07-09T06:46:02.9923085Z    Compiling der v0.8.0-rc.10
2026-07-09T06:46:03.1495464Z    Compiling pin-project-internal v1.1.13
2026-07-09T06:46:03.2321023Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-09T06:46:03.3730123Z    Compiling derive_builder_core v0.20.2
2026-07-09T06:46:03.4145167Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-09T06:46:03.4780622Z    Compiling yoke v0.8.3
2026-07-09T06:46:03.5866579Z    Compiling windows-core v0.62.2
2026-07-09T06:46:03.6430609Z    Compiling noq-udp v0.10.0
2026-07-09T06:46:04.1128685Z    Compiling zerovec v0.11.6
2026-07-09T06:46:04.1169502Z    Compiling zerotrie v0.2.4
2026-07-09T06:46:04.3069301Z    Compiling n0-error v0.1.3
2026-07-09T06:46:04.3664125Z    Compiling spki v0.8.0-rc.4
2026-07-09T06:46:04.6532100Z    Compiling derive_builder_macro v0.20.2
2026-07-09T06:46:04.7169044Z    Compiling sync_wrapper v1.0.2
2026-07-09T06:46:04.8609228Z    Compiling tinystr v0.8.3
2026-07-09T06:46:04.9151820Z    Compiling potential_utf v0.1.5
2026-07-09T06:46:04.9257676Z    Compiling opaque-debug v0.3.1
2026-07-09T06:46:04.9809601Z    Compiling allocator-api2 v0.2.21
2026-07-09T06:46:05.0921807Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-09T06:46:05.0942200Z    Compiling pin-project v1.1.13
2026-07-09T06:46:05.3900667Z    Compiling byteorder v1.5.0
2026-07-09T06:46:05.3965683Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-09T06:46:05.6510261Z    Compiling tokio-util v0.7.18
2026-07-09T06:46:05.8092800Z    Compiling futures-executor v0.3.32
2026-07-09T06:46:06.1316961Z    Compiling ipnet v2.12.0
2026-07-09T06:46:06.1457099Z    Compiling derive_more v2.1.1
2026-07-09T06:46:06.2242203Z    Compiling derive_builder v0.20.2
2026-07-09T06:46:06.3436217Z    Compiling icu_locale_core v2.2.0
2026-07-09T06:46:06.3792343Z    Compiling icu_collections v2.2.0
2026-07-09T06:46:06.4385374Z    Compiling polyval v0.6.2
2026-07-09T06:46:06.7300063Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-09T06:46:06.8549957Z    Compiling hash32 v0.2.1
2026-07-09T06:46:07.0060604Z    Compiling ed25519-dalek v2.2.0
2026-07-09T06:46:08.0280976Z    Compiling prefix-trie v0.8.4
2026-07-09T06:46:08.1078844Z    Compiling once_cell v1.21.4
2026-07-09T06:46:08.4086230Z    Compiling tracing-core v0.1.36
2026-07-09T06:46:08.4465267Z    Compiling vergen-gitcl v1.0.8
2026-07-09T06:46:08.4971734Z    Compiling spin v0.9.8
2026-07-09T06:46:08.5131168Z    Compiling windows-threading v0.2.1
2026-07-09T06:46:08.5483221Z    Compiling signature v3.0.0
2026-07-09T06:46:08.5871788Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-09T06:46:08.6124233Z    Compiling fallible-iterator v0.3.0
2026-07-09T06:46:08.7134326Z    Compiling icu_provider v2.2.0
2026-07-09T06:46:08.7843089Z    Compiling hashbrown v0.14.5
2026-07-09T06:46:08.7911176Z    Compiling tower-layer v0.3.3
2026-07-09T06:46:08.7963453Z    Compiling ryu v1.0.23
2026-07-09T06:46:09.0110472Z    Compiling tracing v0.1.44
2026-07-09T06:46:09.0401559Z    Compiling ed25519 v3.0.0-rc.4
2026-07-09T06:46:09.0615395Z    Compiling windows-future v0.3.2
2026-07-09T06:46:09.1291172Z    Compiling windows-targets v0.52.6
2026-07-09T06:46:09.1891344Z    Compiling icu_properties v2.2.0
2026-07-09T06:46:09.2380925Z    Compiling icu_normalizer v2.2.0
2026-07-09T06:46:09.2799923Z    Compiling proc-macro-crate v3.5.0
2026-07-09T06:46:09.4355425Z    Compiling h2 v0.4.14
2026-07-09T06:46:09.5039807Z    Compiling hashlink v0.9.1
2026-07-09T06:46:09.5561230Z    Compiling spt-proto v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-09T06:46:09.5921084Z    Compiling ghash v0.5.1
2026-07-09T06:46:09.6118336Z    Compiling futures v0.3.32
2026-07-09T06:46:09.6191426Z    Compiling windows-collections v0.3.2
2026-07-09T06:46:09.7673400Z    Compiling windows-numerics v0.3.1
2026-07-09T06:46:09.7854364Z    Compiling cobs v0.3.0
2026-07-09T06:46:09.8152119Z    Compiling postcard-derive v0.2.2
2026-07-09T06:46:09.8696594Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-09T06:46:09.9767691Z    Compiling rusqlite v0.32.1
2026-07-09T06:46:10.0031090Z    Compiling aes v0.8.4
2026-07-09T06:46:10.1110966Z    Compiling ctr v0.9.2
2026-07-09T06:46:10.1298534Z    Compiling fs2 v0.4.3
2026-07-09T06:46:10.1573154Z    Compiling sha2 v0.11.0-rc.5
2026-07-09T06:46:10.1613163Z    Compiling time v0.3.47
2026-07-09T06:46:10.2132881Z    Compiling http-body-util v0.1.3
2026-07-09T06:46:10.3003789Z    Compiling aead v0.5.2
2026-07-09T06:46:10.3281648Z    Compiling arrayvec v0.7.6
2026-07-09T06:46:10.5181232Z    Compiling ipconfig v0.3.4
2026-07-09T06:46:10.5680364Z    Compiling idna_adapter v1.2.2
2026-07-09T06:46:10.6088196Z    Compiling widestring v1.2.1
2026-07-09T06:46:10.6206878Z    Compiling utf8parse v0.2.2
2026-07-09T06:46:10.6475717Z    Compiling data-encoding-macro v0.1.20
2026-07-09T06:46:10.6596424Z    Compiling postcard v1.1.3
2026-07-09T06:46:10.6776368Z    Compiling idna v1.1.0
2026-07-09T06:46:10.7344718Z    Compiling aes-gcm v0.10.3
2026-07-09T06:46:10.7485904Z    Compiling windows v0.62.2
2026-07-09T06:46:10.8333577Z    Compiling num_enum_derive v0.7.6
2026-07-09T06:46:10.9759982Z    Compiling spt-store v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-09T06:46:11.0502572Z    Compiling windows-sys v0.59.0
2026-07-09T06:46:11.0605648Z    Compiling tower v0.5.3
2026-07-09T06:46:11.2596313Z    Compiling url v2.5.8
2026-07-09T06:46:11.3562519Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-09T06:46:11.3577893Z    Compiling crossbeam-epoch v0.9.18
2026-07-09T06:46:11.5859276Z    Compiling crossbeam-channel v0.5.15
2026-07-09T06:46:11.7741572Z    Compiling chrono v0.4.45
2026-07-09T06:46:11.8311726Z    Compiling async-trait v0.1.89
2026-07-09T06:46:11.8330398Z    Compiling iroh-metrics-derive v0.4.1
2026-07-09T06:46:11.8780685Z    Compiling strum_macros v0.28.0
2026-07-09T06:46:12.2058706Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-09T06:46:12.4028058Z    Compiling enum-assoc v1.3.0
2026-07-09T06:46:12.4241543Z    Compiling blake3 v1.8.5
2026-07-09T06:46:12.4871934Z    Compiling windows-registry v0.6.1
2026-07-09T06:46:12.5964699Z    Compiling memoffset v0.6.5
2026-07-09T06:46:12.7105154Z    Compiling acto v0.8.2
2026-07-09T06:46:12.9034678Z    Compiling netwatch v0.16.0
2026-07-09T06:46:13.0296514Z    Compiling noq v0.18.0
2026-07-09T06:46:13.1856464Z    Compiling foldhash v0.2.0
2026-07-09T06:46:13.2142567Z    Compiling xml-rs v0.8.28
2026-07-09T06:46:13.3006832Z    Compiling sorted-index-buffer v0.2.1
2026-07-09T06:46:13.3025439Z    Compiling tagptr v0.2.0
2026-07-09T06:46:13.3962042Z    Compiling hyper v1.10.1
2026-07-09T06:46:13.5069116Z    Compiling lru-slab v0.1.2
2026-07-09T06:46:13.5332186Z    Compiling ref-cast v1.0.25
2026-07-09T06:46:13.5508341Z    Compiling rustc-hash v2.1.2
2026-07-09T06:46:13.7601658Z    Compiling mac-addr v0.3.0
2026-07-09T06:46:13.7957583Z    Compiling identity-hash v0.1.0
2026-07-09T06:46:13.8006699Z    Compiling thiserror v1.0.69
2026-07-09T06:46:13.9315347Z    Compiling xmltree v0.10.3
2026-07-09T06:46:14.0591499Z    Compiling netdev v0.42.0
2026-07-09T06:46:14.2075337Z    Compiling moka v0.12.15
2026-07-09T06:46:14.4244992Z    Compiling hashbrown v0.16.1
2026-07-09T06:46:14.4245917Z    Compiling spt-msg v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-09T06:46:14.4697860Z    Compiling iroh-relay v0.98.0
2026-07-09T06:46:14.5177647Z    Compiling strum v0.28.0
2026-07-09T06:46:14.6808980Z    Compiling hyper-util v0.1.20
2026-07-09T06:46:15.0913739Z    Compiling iroh-metrics v0.38.3
2026-07-09T06:46:15.1725450Z    Compiling num_enum v0.7.6
2026-07-09T06:46:15.2370171Z    Compiling iroh-base v0.98.0
2026-07-09T06:46:15.3932125Z    Compiling attohttpc v0.30.1
2026-07-09T06:46:15.4118858Z    Compiling tower-http v0.6.11
2026-07-09T06:46:15.6753639Z    Compiling n0-watcher v0.6.1
2026-07-09T06:46:15.7130179Z    Compiling tokio-stream v0.1.18
2026-07-09T06:46:15.7619780Z    Compiling serde_spanned v0.6.9
2026-07-09T06:46:15.8544083Z    Compiling toml_datetime v0.6.11
2026-07-09T06:46:15.9172285Z    Compiling ref-cast-impl v1.0.25
2026-07-09T06:46:15.9341051Z    Compiling thiserror-impl v1.0.69
2026-07-09T06:46:15.9733334Z    Compiling serde_derive_internals v0.29.1
2026-07-09T06:46:16.0008920Z    Compiling simple-dns v0.9.3
2026-07-09T06:46:16.2597583Z    Compiling serial-core v0.4.0
2026-07-09T06:46:16.3160553Z    Compiling aho-corasick v1.1.4
2026-07-09T06:46:16.4046688Z    Compiling simdutf8 v0.1.5
2026-07-09T06:46:16.5468685Z    Compiling arrayref v0.3.9
2026-07-09T06:46:16.5813650Z    Compiling winreg v0.10.1
2026-07-09T06:46:16.6781036Z    Compiling constant_time_eq v0.4.2
2026-07-09T06:46:16.7105737Z    Compiling winnow v0.7.15
2026-07-09T06:46:16.8983480Z    Compiling smol_str v0.1.24
2026-07-09T06:46:16.9202743Z    Compiling regex-syntax v0.8.10
2026-07-09T06:46:17.0965962Z    Compiling toml_write v0.1.2
2026-07-09T06:46:17.1159985Z    Compiling resolv-conf v0.7.6
2026-07-09T06:46:17.2591733Z    Compiling sha1_smol v1.0.1
2026-07-09T06:46:17.5310877Z    Compiling schemars_derive v1.2.1
2026-07-09T06:46:17.5606157Z    Compiling iroh-dns v0.98.0
2026-07-09T06:46:17.7879164Z    Compiling serial-windows v0.4.0
2026-07-09T06:46:17.8356932Z    Compiling igd-next v0.17.1
2026-07-09T06:46:18.1283805Z    Compiling lru v0.16.4
2026-07-09T06:46:18.1814158Z    Compiling webpki-roots v1.0.7
2026-07-09T06:46:18.2445890Z    Compiling darling_core v0.23.0
2026-07-09T06:46:18.3749825Z    Compiling seize v0.5.1
2026-07-09T06:46:18.3937956Z    Compiling serde_bytes v0.11.19
2026-07-09T06:46:18.4472221Z    Compiling hmac v0.12.1
2026-07-09T06:46:18.5591972Z    Compiling iroh v0.98.2
2026-07-09T06:46:18.6075821Z    Compiling pin-utils v0.1.0
2026-07-09T06:46:18.6659919Z    Compiling once_cell_polyfill v1.70.2
2026-07-09T06:46:18.7963080Z    Compiling toml_edit v0.22.27
2026-07-09T06:46:18.8177197Z    Compiling lazy_static v1.5.0
2026-07-09T06:46:18.8597514Z    Compiling dyn-clone v1.0.20
2026-07-09T06:46:18.9806919Z    Compiling regex-automata v0.4.14
2026-07-09T06:46:19.0136345Z    Compiling bitflags v1.3.2
2026-07-09T06:46:19.0431394Z    Compiling cmov v0.5.4
2026-07-09T06:46:19.0432129Z    Compiling anstyle v1.0.14
2026-07-09T06:46:19.0757481Z    Compiling shared_library v0.1.9
2026-07-09T06:46:19.2989572Z    Compiling papaya v0.2.4
2026-07-09T06:46:19.5136804Z    Compiling nix v0.25.1
2026-07-09T06:46:19.7264393Z    Compiling hkdf v0.12.4
2026-07-09T06:46:19.8270254Z    Compiling ctutils v0.4.2
2026-07-09T06:46:19.9943701Z    Compiling schemars v1.2.1
2026-07-09T06:46:20.0118898Z    Compiling anstyle-wincon v3.0.11
2026-07-09T06:46:20.1802251Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-09T06:46:20.4694643Z    Compiling wmi v0.18.4
2026-07-09T06:46:20.6487466Z    Compiling toml v0.8.23
2026-07-09T06:46:20.8721387Z    Compiling serial v0.4.0
2026-07-09T06:46:20.8956639Z    Compiling filedescriptor v0.8.3
2026-07-09T06:46:21.0886726Z    Compiling regex v1.12.3
2026-07-09T06:46:21.3208941Z    Compiling darling_macro v0.23.0
2026-07-09T06:46:21.8653563Z    Compiling anstyle-parse v1.0.0
2026-07-09T06:46:21.9410205Z    Compiling backon v1.6.0
2026-07-09T06:46:22.0927454Z    Compiling anstyle-query v1.1.5
2026-07-09T06:46:22.1741105Z    Compiling vte_generate_state_changes v0.1.2
2026-07-09T06:46:22.2345709Z    Compiling shell-words v1.1.1
2026-07-09T06:46:22.3599226Z    Compiling foldhash v0.1.5
2026-07-09T06:46:22.3641261Z    Compiling is_terminal_polyfill v1.70.2
2026-07-09T06:46:22.4168443Z    Compiling paste v1.0.15
2026-07-09T06:46:22.4205776Z    Compiling instability v0.3.12
2026-07-09T06:46:22.6447243Z    Compiling downcast-rs v1.2.1
2026-07-09T06:46:22.6985311Z    Compiling colorchoice v1.0.5
2026-07-09T06:46:22.8280528Z    Compiling portable-pty v0.8.1
2026-07-09T06:46:22.8836932Z    Compiling anstream v1.0.0
2026-07-09T06:46:22.9024111Z    Compiling vte v0.13.1
2026-07-09T06:46:22.9218604Z    Compiling spt-runtime v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-09T06:46:22.9795777Z    Compiling hashbrown v0.15.5
2026-07-09T06:46:23.1160568Z    Compiling darling v0.23.0
2026-07-09T06:46:23.4341516Z    Compiling spake2 v0.4.0
2026-07-09T06:46:23.5260327Z    Compiling portmapper v0.16.0
2026-07-09T06:46:23.5260776Z    Compiling strum_macros v0.26.4
2026-07-09T06:46:23.6326256Z    Compiling crossterm_winapi v0.9.1
2026-07-09T06:46:23.7009962Z    Compiling terminal_size v0.4.4
2026-07-09T06:46:23.8328560Z    Compiling itertools v0.13.0
2026-07-09T06:46:23.8441258Z    Compiling sha1 v0.10.6
2026-07-09T06:46:23.8652694Z    Compiling castaway v0.2.4
2026-07-09T06:46:23.9239326Z    Compiling unicode-width v0.1.14
2026-07-09T06:46:23.9411583Z    Compiling recvmsg v1.0.0
2026-07-09T06:46:24.0613323Z    Compiling doctest-file v1.1.1
2026-07-09T06:46:24.1160493Z    Compiling static_assertions v1.1.0
2026-07-09T06:46:24.1161134Z    Compiling indoc v2.0.7
2026-07-09T06:46:24.2452093Z    Compiling clap_lex v1.1.0
2026-07-09T06:46:24.2507515Z    Compiling compact_str v0.8.2
2026-07-09T06:46:24.3013431Z    Compiling crossterm v0.28.1
2026-07-09T06:46:24.3096322Z    Compiling lru v0.12.5
2026-07-09T06:46:24.4604518Z    Compiling clap_builder v4.6.0
2026-07-09T06:46:24.4803448Z    Compiling spt-term v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-09T06:46:24.5488300Z    Compiling clap_derive v4.6.1
2026-07-09T06:46:24.6778249Z    Compiling error-code v3.3.2
2026-07-09T06:46:24.9687357Z    Compiling cassowary v0.3.0
2026-07-09T06:46:24.9970077Z    Compiling interprocess v2.4.2
2026-07-09T06:46:25.3033981Z    Compiling unicode-width v0.2.0
2026-07-09T06:46:25.4479068Z    Compiling clipboard-win v5.4.1
2026-07-09T06:46:25.6683028Z    Compiling spt-live v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-09T06:46:25.6763517Z    Compiling unicode-truncate v1.1.0
2026-07-09T06:46:25.8355868Z    Compiling nucleo-matcher v0.3.1
2026-07-09T06:46:25.9863883Z    Compiling qrcode v0.14.1
2026-07-09T06:46:26.0377535Z    Compiling tempfile v3.27.0
2026-07-09T06:46:26.1296671Z    Compiling strum v0.26.3
2026-07-09T06:46:26.3218383Z    Compiling ratatui v0.29.0
2026-07-09T06:46:27.1455681Z    Compiling clap v4.6.1
2026-07-09T06:46:41.7260959Z    Compiling rustls-webpki v0.103.13
2026-07-09T06:46:44.7750107Z    Compiling tokio-rustls v0.26.4
2026-07-09T06:46:44.7750484Z    Compiling rustls-platform-verifier v0.7.0
2026-07-09T06:46:44.7750834Z    Compiling noq-proto v0.17.0
2026-07-09T06:46:44.9928438Z    Compiling hickory-net v0.26.0-beta.4
2026-07-09T06:46:44.9935798Z    Compiling hyper-rustls v0.27.9
2026-07-09T06:46:44.9936311Z    Compiling tokio-websockets v0.13.2
2026-07-09T06:46:45.7943419Z    Compiling reqwest v0.13.4
2026-07-09T06:46:47.0230162Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-09T06:47:07.8191521Z    Compiling spt-net v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-09T06:47:09.5833690Z    Compiling spt-daemon v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-09T06:47:21.4544423Z    Compiling spt v0.30.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-09T06:47:31.3557849Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 40s
2026-07-09T06:47:31.3778183Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-c499da31fd25470b.exe)
2026-07-09T06:47:31.4556007Z 
2026-07-09T06:47:31.4556371Z running 1 test
2026-07-09T06:47:39.4330518Z test new_brain_serves_against_old_broker ... ok
2026-07-09T06:47:39.4330732Z 
2026-07-09T06:47:39.4330960Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.98s
2026-07-09T06:47:39.4331210Z 
2026-07-09T06:47:39.5862953Z Post job cleanup.
2026-07-09T06:47:39.6975144Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-09T06:47:39.7221082Z git version 2.43.0.windows.1
2026-07-09T06:47:39.7255538Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\528f6a82-09c2-48b8-8b4f-177068780cb7\.gitconfig'
2026-07-09T06:47:39.7271629Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\528f6a82-09c2-48b8-8b4f-177068780cb7' before making global git config changes
2026-07-09T06:47:39.7272344Z Adding repository directory to the temporary git global config as a safe directory
2026-07-09T06:47:39.7277190Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-09T06:47:39.7541507Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-09T06:47:39.7796229Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-09T06:47:40.6838014Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-09T06:47:40.7094178Z http.https://github.com/.extraheader
2026-07-09T06:47:40.7118791Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-07-09T06:47:40.7403845Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-09T06:47:41.5858095Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-09T06:47:41.6086750Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-09T06:47:43.0856009Z Cleaning up orphan processes
